lib/makefile.w32-in: Rework dependencies.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 9 Jul 2012 15:37:43 +0000 (17:37 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 9 Jul 2012 15:37:43 +0000 (17:37 +0200)
commit0b440be21ffbae7d1dd31ee0002fabb25a914522
tree2bcc8f9f432e4c7348edee49533ee195b1d00d68
parent4b1997254c460b5c15e8b3edb620d732e7b4462b
lib/makefile.w32-in: Rework dependencies.
(GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
(FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
(U64_H, SHA512_H): New macros.
(SRC): Redefine to point to src/, not current directory.
($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
($(BLD)/filemode.$(O)): Update dependencies.
ChangeLog
lib/makefile.w32-in